-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Structure_Engine: Add engine methods for foundation classes #3138
Structure_Engine: Add engine methods for foundation classes #3138
Conversation
@BHoMBot check required |
@peterjamesnugent to confirm, the following actions are now queued:
There are 124 requests in the queue ahead of you. |
@peterjamesnugent just to let you know, I have provided a |
1 similar comment
@peterjamesnugent just to let you know, I have provided a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff 👍 but same as in the oM, I left quite a few comments - hopefully they will be more help than distraction.
Btw, you may need a dedicated |
@peterjamesnugent just to let you know, I have provided a |
The check |
@BHoMBot check required |
@peterjamesnugent to confirm, the following actions are now queued:
|
@peterjamesnugent to confirm, the following actions are now queued:
There are 9 requests in the queue ahead of you. |
@BHoMBot check required |
@peterjamesnugent to confirm, the following actions are now queued:
|
@peterjamesnugent to confirm, the following actions are now queued:
There are 8 requests in the queue ahead of you. |
@BHoMBot this is a DevOps instruction. I am requesting neutral checks on: unit-tests |
@FraserGreenroyd I have provided neutral checks to the checks requested. These checks will need to be run properly to obtain full results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving based on @Chrisshort92 review - following commits by @peterjamesnugent have been compliance updates.
@BHoMBot check ready-to-merge |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot this is a DevOps instruction. I am requesting neutral checks on: ready-to-merge |
@FraserGreenroyd I have provided neutral checks to the checks requested. These checks will need to be run properly to obtain full results. |
NOTE: Depends on
BHoM/BHoM#1545
Issues addressed by this PR
Closes #3137
Test files
https://burohappold.sharepoint.com/:u:/r/sites/BHoM/02_Current/12_Scripts/01_Issue/BHoM/BHoM/Structure_oM/%231543-FoundationClasses/Foundation%20classes%20and%20associated%20methods.gh?csf=1&web=1&e=Q17tVv
Changelog
PadFoundation
andPileFoundation
to work withIElement2D
andIElementM
respectively;Create
methods forPadFoundation
,PileFoundation
andPileGroup
IsNull
methods to include new foundation objects;GrahamScan
method to determine the perimeter of aList<Point>
which is used in theCreate
methods for aPileFoundation
.Additional comments